geany_d_binding.geany.dialogs

Undocumented in source.

Members

Functions

dialogs_show_msgbox
void dialogs_show_msgbox(GtkMessageType type, gchar* text, ...)

Shows a message box of the type @a type with @a text. On Unix-like systems a GTK message dialog box is shown, on Win32 systems a native Windows message dialog box is shown.

Meta